Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NSelection<TItem> Class / ClickSelect Method
item to select


In This Topic
    ClickSelect Method (NSelection<TItem>)
    In This Topic
    Performs a click node selection.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ClickSelect( _
       ByVal item As TItem _
    ) 
    'Usage
     
    
    Dim instance As NSelection(Of TItem)
    Dim item As TItem
     
    instance.ClickSelect(item)
    public virtual void ClickSelect( 
       TItem item
    )

    Parameters

    item
    item to select
    Remarks
    This method takes into account the current Control and Shift key states and performs the following actions:

    1. If the CTRL key is pressed it will toggle the node selection state

    2. If the SHIFT key is pressed it will milti select the node

    3. If no key modifier is pressed and the node is not already selected it will single select it

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also